home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / HyperCard BBS / Sysop Help / card_2995.txt < prev    next >
Encoding:
Text File  |  1988-08-11  |  3.9 KB  |  153 lines

  1. -- card: 2995 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2658
  5. -- name: Section 111
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 4000
  11. -- rect: left=311 top=59 right=74 bottom=414
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: 4000
  25. -- rect: left=344 top=160 right=174 bottom=408
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 5 (button)
  37. -- low flags: 00
  38. -- high flags: A003
  39. -- rect: left=180 top=61 right=83 bottom=283
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Release Notes
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   show card field "release notes"
  51.   show button "OK"
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 6 (field)
  57. -- low flags: 80
  58. -- high flags: 2004
  59. -- rect: left=52 top=49 right=339 bottom=493
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 2
  64. -- text size: 10
  65. -- style flags: 0
  66. -- line height: 13
  67. -- part name: release notes
  68.  
  69.  
  70. -- part 7 (button)
  71. -- low flags: 80
  72. -- high flags: A003
  73. -- rect: left=431 top=302 right=324 bottom=479
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: OK
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   hide button "OK"
  85.   hide card field "release notes"
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 8 (button)
  91. -- low flags: 00
  92. -- high flags: 0000
  93. -- rect: left=472 top=0 right=39 bottom=512
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 14767 / 14767
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: 
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   visual effect iris open
  105.   go to card "credits"
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part contents for background part 13
  111. ----- text -----
  112. Welcome to HyperBBS
  113.  
  114. -- part contents for background part 12
  115. ----- text -----
  116.  
  117.  
  118. Welcome to the adventure of do-it-yourself Sysoping. With HyperBBS anybody with a little extra time and money can be a Sysop and run their own BBS. Be the first on your block to invite strange bits into your home!
  119.  
  120. Intrigued? Hooked? Slightly interested? Then read on. This help stack will explain all the details of how to be a Sysop (even if you never finished high school).
  121.  
  122. Confused? Don't know what "BBS" means? Then read on anyway. All the mysteries will be explained (well, most of them anyway)...
  123.  
  124. -- part contents for background part 28
  125. ----- text -----
  126. Introduction
  127. Setting up the BBS
  128. Running the BBS
  129. BBS Internals
  130. Appendices
  131.  
  132. -- part contents for background part 29
  133. ----- text -----
  134. Welcome
  135. How to Use Sysop Help
  136. BBSs
  137. HyperBBS
  138. How to Proceed
  139.  
  140. -- part contents for card part 6
  141. ----- text -----
  142. HyperBBS 1.0 Release Notes:
  143.  
  144. This is the long-awaited, first full release of HyperBBS. Feel free to use HyperBBS for anything you like. The only restriction is that you not sell it for money, unless the it's a nominal charge to cover distribution.
  145.  
  146. The goal of HyperBBS is to be so easy to set up and run that we'll see lots and lots of BBSs springing up all over the place.
  147.  
  148. Beta-testers: Those of you who downloaded and tested 1.0b1: Thanks! You helped to find several significant bugs and to make HyperBBS much much better. Remember, however, that one condition of downloading the beta version was that you upgrade to this, the release version. Having only one version will greatly reduce confusion in the future. There's an appendix in this stack with information on how to update your BBS painlessly (well, mostly painless). Thanks again.
  149.  
  150. Good luck, have fun, and I hope you like it.
  151.  
  152.           --Harry...
  153.